func github.com/andybalholm/brotli.splitByteVectorCommand

2 uses

	github.com/andybalholm/brotli (current package)
		block_splitter.go#L120: 		splitByteVectorCommand(insert_and_copy_codes, kSymbolsPerCommandHistogram, kMaxCommandHistograms, kCommandStrideLength, kCommandBlockSwitchCost, params, insert_and_copy_split)
		block_splitter_command.go#L375: func splitByteVectorCommand(data []uint16, literals_per_histogram uint, max_histograms uint, sampling_stride_length uint, block_switch_cost float64, params *encoderParams, split *blockSplit) {